home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group92c.txt / 000005_icon-group-sender _Sat Oct 3 21:13:17 1992.msg < prev    next >
Internet Message Format  |  1993-01-04  |  762b

  1. Received: by cheltenham.cs.arizona.edu; Sat, 3 Oct 1992 19:58:28 MST
  2. Date: Sat, 3 Oct 92 21:13:17 CDT
  3. From: "Richard L. Goerwitz" <goer@midway.uchicago.edu>
  4. Message-Id: <9210040213.AA13493@midway.uchicago.edu>
  5. To: icon-group@cs.arizona.edu
  6. Subject: storing objects
  7. Status: R
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9.  
  10. Let's say that I have a large table that I want to store and recreate
  11. at run-time in a program.  What is the best way of doing this?  What
  12. I mean by "best" is primarily "fastest," and not "smallest."  I normally
  13. use codeobj (from the IPL) for such tasks, but I note that in this in-
  14. stance, the tables in question take ten to twenty seconds to decode and
  15. turn into an actual table at run-time.
  16.  
  17. Any better ideas?
  18.  
  19. -Richard
  20.